Returns the position for the next writing or reading in a file that was opened with the open statement.
open 文で開かれたファイル内の次の書き込みまたは読み取りの位置を返します。
For random access files, the Seek function returns the number of the next record to be read.
ランダムアクセスファイルの場合、Seek 関数は次に読み取るレコード番号を返します。
For all other files, the function returns the byte position at which the next operation is to occur.
その他のファイルの場合、この関数は次の処理を行うバイト位置を返します。
See also: Open, Seek.
次も参照してください:Open、Seek。
Seek (FileNumber)
Seek (FileNumber)
Long
ロング整数
FileNumber: The data channel number used in the Open statement.
FileNumber: Open 文で使用されるデータチャネル番号。